From: Paul Donald Date: Thu, 15 Feb 2024 03:01:14 +0000 (+0100) Subject: build: invoke ./build/mkbasepot.sh without any parameters X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=269df2426d8c207d6c89ad2950a65f187d9a922e;p=project%2Fluci.git build: invoke ./build/mkbasepot.sh without any parameters e.g. to build everything Signed-off-by: Paul Donald --- diff --git a/build/i18n-sync.sh b/build/i18n-sync.sh index d8460fc2b8..7d57f1b1b5 100755 --- a/build/i18n-sync.sh +++ b/build/i18n-sync.sh @@ -25,6 +25,7 @@ esac [ -n "$1" ] && set -- "${1%/}" +[ -n "$1" ] || ./build/mkbasepot.sh # Absent a [folder] parameter, use the current path find "${1:-.}" -name '*.pot' -and -not -name base.pot | sort | \